LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Add Method (ListWithEvents<T>)

Show in webframe






The object to be added to the end of the ListWithEvents<T>. The value can be null for reference types.
Adds an object to the end of the ListWithEvents<T>.
Syntax
public void Add( 
   T item
)
'Declaration
 
Public Sub Add( _
   ByVal item As T _
) 
'Usage
 
Dim instance As ListWithEvents(Of T)
Dim item As T
 
instance.Add(item)

            

            
public: void Add( 
   T* item
) 
public:
void Add( 
   T* item
) 

Parameters

item
The object to be added to the end of the ListWithEvents<T>. The value can be null for reference types.
Requirements

Target Platforms

See Also

Reference

ListWithEvents<T> Class
ListWithEvents<T> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.